type github.com/jackc/pgx/v5/pgtype.wrapFmtStringerEncodePlan
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype.go#L1510: return &wrapFmtStringerEncodePlan{}, fmtStringerWrapper{value}, true
pgtype.go#L1746: type wrapFmtStringerEncodePlan struct {
pgtype.go#L1750: func (plan *wrapFmtStringerEncodePlan) SetNext(next EncodePlan) { plan.next = next }
pgtype.go#L1752: func (plan *wrapFmtStringerEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)